.indexAbout_Left{
    width:48%;float:left;
    margin-right:2%;
    padding-top:80px;
}
.indexTitle{
    width:97%;
    height:50px;line-height:25px;
    border-left:3px solid #00aae7;
    padding-left:2%;
}
.indexTitle h2{font-size:24px;}
.indexTitle h3{font-size:14px;color:#999;}
.indexAbout_Left .content{
    width:100%;
    height:auto;overflow:hidden;
    line-height:28px;
    margin:30px auto;
    color:#848484;
    font-size:14px;
}
.indexAbout_Left .more{
    width:100%;
}
.indexAbout_Left .more div{
    width:30%;
    height:40px;line-height:40px;
    background:#00aae7;
    color:#fff;
    text-align:center;
}
.indexAbout_Left .more div:hover{
    background:#174d89;
}

.indexAbout_Right{
    width:50%;float:left;
    text-align:center;
}
.indexAbout_Right img{width:80%;}

.indexProduct{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(../Images/indexproduct_bg.jpg);
    background-repeat:no-repeat;
    background-position:top left;
}
.indexProduct_Title{
    width:97%;
    height:50px;line-height:25px;
    border-left:2px solid #fff;
    padding-left:2%;
    color:#fff;
}
.indexProduct_Title h2{font-size:20px;}
.indexProduct_Title h3{font-size:14px;color:#999;}

.indexProduct_List{
    width:100%;
    height:auto;overflow:hidden;
}
.indexProduct_List li{
    width:23%;float:left;
    margin:10px 1%;
}
.indexProduct_List li:hover .word{
    background:#eee;
}
.indexProduct_List li .pic{
    width:100%;
    height:200px;overflow:hidden;
    position:relative;
}
.indexProduct_List li .pic img{
    width:100%;
    height:200px;
    position:absolute;
    top:0;
    left:0;
}
.indexProduct_List li .word{
    width:100%;
    height:40px;line-height:40px;overflow:hidden;
    text-align:center;
    background:#fff;
}

.indexNews{
    width:100%;
    height:auto;overflow:hidden;
}
.indexNews li{
    width:100%;
}
.indexNews li:nth-child(odd) .word{
    width:46%;float:left;
    height:150px;overflow:hidden;
    background:#fff;
}
.indexNews li:nth-child(odd) .pic{
    width:50%;float:left;
    height:200px;overflow:hidden;
}

.indexNews li:nth-child(even) .word{
    width:46%;float:right;
    height:150px;overflow:hidden;
    background:#fff;
}
.indexNews li:nth-child(even) .pic{
    width:50%;float:left;
    height:200px;overflow:hidden;
}
.indexNews li .pic{
    position:relative;
}
.indexNews li .pic img{
    width:100%;
    height:200px;
    position:absolute;
    top:0;
    left:0;
}
.indexNews li .word{
    line-height:25px;
    padding:50px 2% 0 2%;
    color:#999;
    font-size:12px;
}
.indexNews li .word:hover{background:#eee;}
.indexNews li .word a{
    font-size:18px;
}


.indexMore{
    width:100%;
}
.indexMore div{
    width:15%;
    height:40px;line-height:40px;
    background:#00aae7;
    color:#fff;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.indexMore div:hover{
    background:#174d89;
}

.indexCooperate{
    width:100%;
    height:180px;overflow:hidden;
    background:url(../Images/indexcooperation_bg.jpg) top center fixed;
    padding:70px 0 0 0;
    color:#fff;
}
.indexCooperate h2{
    width:100%;
    line-height:40px;
    font-size:28px;
}
.indexCooperate h3{
    width:100%;
    line-height:30px;
    font-size:20px;
}

@media(max-width:750px){
    .indexAbout_Left{
        width:100%;
        height:auto;
        margin:30px 0 20px 0;
        padding:0;
    }
    .indexAbout_Right{
        width:100%;
    }
    .indexAbout_Right img{width:100%;margin-bottom:30px;}

    .indexProduct{
        padding-top:30px;
    }

    .indexProduct_List li{
        width:48%;float:left;
        margin:10px 1%;
    }
    .indexProduct_List li .pic{
        width:100%;
        height:140px;overflow:hidden;
        position:relative;
    }
    .indexProduct_List li .pic img{
        width:100%;
        height:140px;
        position:absolute;
        top:0;
        left:0;
    }
    .indexMore div{
        width:30%;
        height:40px;line-height:40px;
        background:#00aae7;
        color:#fff;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
    }
}